home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UNIXTOOL
/
UNIXLIB37B
/
!UnixLib37_netlib_clib_sys_h_filio
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-10
|
354 b
|
13 lines
#ifndef __sys_filio_h
#define __sys_filio_h
/* Freenet programmers library - sys/filio.h - 23/5/95 */
#include <sys/iocomm.h>
#define FIONREAD _IOR('f', 127, int) /* Get number of bytes to read */
#define FIONBIO _IOW('f', 126, int) /* Set/clear non-blocking i/o */
#define FIOASYNC _IOW('f', 125, int) /* Set/clear asynchronous i/o */
#endif